Include sys/time.h.
authorRichard M. Stallman <rms@gnu.org>
Thu, 3 Jun 1993 03:28:21 +0000 (03:28 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 3 Jun 1993 03:28:21 +0000 (03:28 +0000)
lib-src/wakeup.c

index 7641843e406969573f9eb86cbea0e129dae6cfb0..d2035e3a523649dd3a9a0d493f8b374c6d925c23 100644 (file)
@@ -2,6 +2,7 @@
 
 #include <stdio.h>
 #include <time.h>
+#include <sys/time.h>
 
 struct tm *localtime ();